-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PCIDevice class cleanup #149
Conversation
joelsmithTT
commented
Oct 11, 2024
•
edited
Loading
edited
- Rehome code in pcie/utils.hpp to the PCIDevice class
- Attempt to clean up ambiguity RE: what "device id" actually means
- Start enforcing an abstractional boundary at the PCI device level
395d470
to
4d71156
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, few nit comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this looks better now!
Also, update the docs/README.md explaining how to add source files to Doxygen's input.
fe55a8e
to
212ebe0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much better now!